home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 22
/
CU Amiga Magazine's Super CD-ROM 22 (1998)(EMAP Images)(GB)[!][issue 1998-05].iso
/
PowerPC
/
Programming
/
PPCSmallEiffel
/
lib_show
/
animal
/
sample2.e
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-01-16
|
261 b
|
21 lines
class SAMPLE2
creation {ANY}
make
feature {ANY}
chat: CHAT;
mille_pattes: MILLE_PATTES;
make is
do
!!chat;
!!mille_pattes;
chat.felicitations(chien);
mille_pattes.felicitations(chat);
end;
end -- SAMPLE2